home *** CD-ROM | disk | FTP | other *** search
/ The Ultimate Frank Lloyd…ght - America's Architect / Ultimate Frank Lloyd Wright, The - America's Architect (1994)(Microsoft Home).iso / pre / flw / shared.dir / 01076_Script_1076 < prev    next >
Text File  |  1994-11-15  |  394b  |  14 lines

  1. on flush
  2.   set the mouseDownScript to "dontPassEvent"
  3.   set the mouseUpScript to "dontPassEvent"
  4.   set the keyDownScript to "dontPassEvent"
  5.   set the timeOutScript to "setEvents"
  6.   set the timeOutLength to 10
  7. end flush
  8.  
  9. on setEvents
  10.   set the mouseDownScript to empty
  11.   set the mouseUpScript to empty
  12.   set the keyDownScript to empty
  13.   set the timeOutScript to empty
  14. end setEvents